home *** CD-ROM | disk | FTP | other *** search
/ Chip: 2001 Haziran / CHIP Haziran2001.iso / prog / share / 17 / dings_e.exe / Compiler / Include / ISGUIDS.H < prev    next >
Encoding:
C/C++ Source or Header  |  1999-11-07  |  199 b   |  12 lines

  1. #ifndef _ISGUID_H
  2. #define _ISGUID_H
  3. #ifdef __cplusplus
  4. extern "C" {
  5. #endif
  6. extern const GUID CLSID_InternetShortcut;
  7. extern const GUID IID_IUniformResourceLocator;
  8. #ifdef __cplusplus
  9. }
  10. #endif
  11. #endif
  12.